home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / vidhandl / examples.txt < prev    next >
Text File  |  1999-02-03  |  1KB  |  24 lines

  1.    In this directory are some examples of VIDEO HANDLING FUNCTIONS. Some of
  2.  them you can compile and use as programming utilities.
  3.    The demo example/program is located at DEMO\ subdirectory in CRT2_0.ZIP
  4.  main subdirectory.
  5.  
  6. Example of enhanced VIDEO HANDLING FUNCTIONS:
  7.    In the subdirectory PLUS\ inside this subdirectory you will find a example
  8.  that uses a enhanced version of mkline and crtframe - in fact crtframe is the
  9.  same, but crtframe_mat is enhanced by the example - that enables drawing menu
  10.  boxes with triple and quadruple outlines. To enable this a bitmapped font
  11.  was created (DOSFONT\LINEDRW2.FNT) and converted to LINEDRW2.CPP with
  12.  DOSFONT\FNTTOCPP.EXE.
  13.    The example file is PLUS.CPP.  XMLINE.C and LINEDRW2.CPP aren't different
  14.  examples, they are only required by PLUS.CPP.
  15.    PLUS.CPP has in it's first lines a comment explaining how to compile it.
  16.    You may try also to use these enhanced versions of mkline and crtframe in
  17.  your own programs, to do so, include XMKLINE.C, LINEDRW2.CPP and some lines
  18.  from PLUS.CPP in your example.
  19.    Sure it worths seeing this example.
  20.  
  21. WARNING:
  22.    If you are running these examples under a MS-Windows MS-DOS prompt, be sure
  23.  that the MS-DOS prompt is running in full screen mode, because some of the
  24.  functions used by the examples may not be effective in a MS-DOS window.